home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / libgtkhtml3.8-15 / README < prev    next >
Encoding:
Text File  |  2007-01-03  |  1.4 KB  |  54 lines

  1. Licensing
  2. ---------
  3.  
  4.         The library (src/) is released under the LGPL
  5.         The component (components/) is released under the GPL
  6.  
  7.         GAL is only employed by the component, and not the library
  8.  
  9. What is GtkHTML?
  10. ----------------
  11.  
  12. GtkHTML is a lightweight HTML rendering/printing/editing engine.  It
  13. was originally based on KHTMLW, part of the KDE project, but is now
  14. being developed independently.
  15.  
  16. Mailing list
  17. ------------
  18.  
  19. There is a GtkHTML mailing list. It is intended to be used by GtkHTML
  20. hackers and developers using GtkHTML library. If you think you have
  21. found bug, please report it there.
  22.  
  23. You could subscribe to this list on:
  24.  
  25.     http://lists.ximian.com/mailman/listinfo/gtkhtml
  26.  
  27. You could report bug by sending bug report to:
  28.  
  29.     gtkhtml@ximian.com
  30.  
  31. Please don't send subscription requests to the list. Use above
  32. mentioned URL or send it to gtkhtml-request@ximian.com.
  33.  
  34. Requirements
  35. ------------
  36.  
  37. In order to compile GtkHTML, you need libgnome[ui] 1.112.1 (or later),
  38. Bonobo 1.112.1 (or later), gnome-print 2.2.0 (or later) and GAL 2.1.0 (or
  39. later).
  40.  
  41. Optionally you may want to install GConf 1.0.7 (or later).
  42.  
  43. If you want to try the test program `testgtkhtml', you also need
  44. glibwww 0.2 or later.  GLibWWW is available from:
  45.  
  46.     ftp://www.gnome.org/pub/GNOME/unstable/sources/glibwww/
  47.  
  48. To try it out, run testgtkhtml in the source directory, i.e:
  49.  
  50.     cd src
  51.     ./testgtkhtml
  52.  
  53. WARNING: testgtkhtml's URL fetching code is very buggy.
  54.